
.mynav ul {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  list-style-type: none;
  padding: 0;
}
 
.mynav li:not(:last-child) {
  margin-right: 20px;
}
 
.mynav a {
  display: block;
  font-size: 20px;
  color: black;
  text-decoration: none;
  padding: 7px 15px;
}
 
.target {
  position: absolute;
  border-bottom: 4px solid transparent;
  z-index: -1;
  transform: translateX(-60px);
}
 
.mynav a,
.target {
  transition: all .35s ease-in-out;
}
.card {
  display: flex;
  align-items: center;
  flex-direction: column;
  width: 50rem auto;
  height: 15rem;
  background: rgb(34, 32, 32);
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
  border-radius: 10px;
  margin: auto;
  overflow: hidden;
}

.card--avatar {
  width: 100%;
  height: 10rem;
  object-fit: cover;
}

.card--title {
  color: #222;
  font-weight: 700;
  text-transform: capitalize;
  font-size: 1.1rem;
  margin-top: 0.5rem;
}

.card--link {
  text-decoration: none;
  background: #db4938;
  color: #fff;
  padding: 0.3rem 1rem;
  border-radius: 20px;
}
/*center header image*/
.img-responsive {
  max-width: 200px;
  max-height: 200px;
  display: block;
margin-left: auto;
margin-right: auto;
padding-top: 10px;
}
/*section css*/
#sec {
  font-family: "Raleway", sans-serif;
  padding: 50px 0;
  background: #fff;
  text-align: center;
  word-wrap: break-word;
  }
  #sec h2 {
  font-weight: 200;
  font-size: 30px;
  color: #63B7E6;
  }
  #sec ul {
  margin: 0;
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  list-style: none;
  text-align: center;
  }
  #sec ul li {
  padding: 40px;
  width: 300px;
  transition: box-shadow 0.3s;
  }
  #sec ul li:hover {
  box-shadow: 0 12px 15px 0 rgba(0, 0, 0, 0.24), 0 17px 50px 0 rgba(0, 0, 0, 0.19);
  }
  #sec ul li:hover span {
  color: #63B7E6;
  }
  #sec ul li:hover p {
  color: #555;
  }
  #sec ul li:hover h3 {
  color: #63B7E6;
  }
  #sec ul li:hover h3:after {
  width: 25px;
  }
  #sec ul li span {
  font-size: 2.6em;
  display: block;
  transition: color 0.3s;
  color: #A2A2A2;
  }
  #sec ul li span:before, #sec ul li span:after {
  position: static;
  }
  #sec ul li h3 {
  color: #6f6f6f;
  display: inline-block;
  font-size: 24px;
  font-weight: 100;
  transition: color 0.3s;
  }
  #sec ul li h3:after {
  content: "";
  position: relative;
  /*left: 50%;*/
  top: 20px;
  transform: translateX(-50%);
  display: block;
  width: 40px;
  height: 1px;
  background: #6f6f6f;
  transition: width 0.3s;
  text-align: center;
  }
  #sec ul li p {
  color: #A2A2A2;
  text-align: right;
  text-indent: 1em;
  font-size: 16px;
  line-height: 26px;
  transition: color 0.3s;
  text-align: center;
  }
  /*----------aplayer cover ------------------*/
.aplayer-pic {
  background-image: url("../images/192x192.png")!important;
  border-radius: 50%!important;
    }
  .aplayer {
    background: var(--bg-color)!important;
    color: var(--text-color)!important;
    font-family: cairo!important;
  }
  .aplayer .aplayer-list ol li.aplayer-list-light {
      background: #aba7a7!important;
      color: var(--text-color)!important;
    }
  .aplayer-title {
      float: left!important;
  }
  .aplayer .aplayer-list {
       padding-top: 20px!important;
  }
  .aplayer-time {
       padding-top: 10px!important;
  }
  .fa-home {
      color: var(--text-color)!important;
  }
  .fa-arrow-right {
      color: var(--text-color)!important;
  }
  .fa-arrow-left {
      color: var(--text-color)!important;
  }
/*social media share Buttons*/
.mobileshare {
 text-align: center;
 }
 .mobileshare a {
 background: #3a579a;
 color: white;
 display: inline-block;
 font-size: 20px;
 width: 35px;
 height: 35px;
 line-height: 35px;
 margin: 0 2px 6px;
border-radius: 50%;
 }
 .mobileshare a:hover{
 background: #314a83;
 }
 
.mobileshare1 {
 text-align: center;
 }
 .mobileshare1 a {
 background: #df4a32;
 color: white;
 display: inline-block;
 font-size: 20px;
 width: 35px;
 height: 35px;
 line-height: 35px;
 margin: 0 2px 6px;
border-radius: 50%;
 }
 .mobileshare1 a:hover{
 background: #be3f2b;
 }
.mobileshare2 {
 text-align: center;
 }
 .mobileshare2 a {
 background: #00abf0;
 color: white;
 display: inline-block;
 font-size: 20px;
 width: 35px;
 height: 35px;
 line-height: 35px;
 margin: 0 2px 6px;
border-radius: 50%;
 }
 .mobileshare2 a:hover{
 background: #0092cc;
 }
.mobileshare3 {
 text-align: center;
 }
 .mobileshare3 a {
 background: #cd1c1f;
 color: white;
 display: inline-block;
 font-size: 20px;
 width: 35px;
 height: 35px;
 line-height: 35px;
 margin: 0 2px 6px;
border-radius: 50%;
 }
 .mobileshare3 a:hover{
 background: #ae181a;
 }
 .mobileshare4 {
  text-align: center;
  }
  .mobileshare4 a {
  background: #00abf0;
  color: white;
  display: inline-block;
  font-size: 20px;
  width: 35px;
  height: 35px;
  line-height: 35px;
  margin: 0 2px 6px;
 border-radius: 50%;
  }
  .mobileshare4 a:hover{
  background: #0092cc;
  }
.mobileshare5 {
 text-align: center;
 }
 .mobileshare5 a {
 background: #34af23;
 color: white;
 display: inline-block;
 font-size: 20px;
 width: 35px;
 height: 35px;
 line-height: 35px;
 margin: 0 2px 6px;
border-radius: 50%;
 }
 .mobileshare5 a:hover{
 background: #1e7013;
 }
 .mobileshare6 {
  text-align: center;
  }
 .mobileshare6 a {
  background: #9fb4bd;
  color: white;
  display: inline-block;
  font-size: 20px;
  width: 35px;
  height: 35px;
  line-height: 35px;
  margin: 0 2px 6px;
 border-radius: 50%;
  }
  .mobileshare6 a:hover{
  background: #1f495a;
  }
  .mobileshare7 {
    text-align: center;
    }
   .mobileshare7 a {
    background: #2b647a;
    color: white;
    display: inline-block;
    font-size: 20px;
    width: 35px;
    height: 35px;
    line-height: 35px;
    margin: 0 2px 6px;
   border-radius: 50%;
    }
    .mobileshare7 a:hover{
    background: #1f495a;
    }
 /*search box */
 .searchbox-input {
  margin: 0 auto;
  padding: 5px;
  max-width: 1280px;
  width: 30px;
}
@media only screen and (min-width: 601px) {
  .searchbox-input {
    width: 30%;
  }
}
@media only screen and (min-width: 993px) {
  .searchbox-input {
    width: 20%;
  }
}
/*section pages*/
#sec-page {
  font-family: "Raleway", sans-serif;
  padding: 50px 0;
  background: #fff;
  text-align: center;
  word-wrap: break-word;
  }
  #sec-page h2 {
  font-weight: 200;
  font-size: 30px;
  color: #63B7E6;
  }
  #sec-page ul {
  margin: 0;
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  list-style: none;
  }
  #sec-page ul li {
  padding: 40px;
  width: 80%px;
  transition: box-shadow 0.3s;
  }
  #sec-page ul li:hover {
  box-shadow: 0 12px 15px 0 rgba(0, 0, 0, 0.24), 0 17px 50px 0 rgba(0, 0, 0, 0.19);
  }
  #sec-page ul li:hover span {
  color: #63B7E6;
  }
  #sec-page ul li:hover p {
  color: #555;
  }
  #sec-page ul li:hover h3 {
  color: #63B7E6;
  }
  #sec-page ul li span {
  font-size: 2.6em;
  display: block;
  transition: color 0.3s;
  color: #A2A2A2;
  }
  #sec-page ul li span:before, #sec-page ul li span:after {
  position: static;
  }
  #sec-page ul li h3 {
  color: #6f6f6f;
  display: inline-block;
  font-size: 24px;
  font-weight: 100;
  transition: color 0.3s;
  }
  #sec-page ul li p {
  color: #A2A2A2;
  text-align: left;
  text-indent: 1em;
  font-size: 16px;
  line-height: 26px;
  transition: color 0.3s;
  }
  /*backtotop*/
  #button {
    display: inline-block;
    background-color: #aaaaa9;
    width: 50px;
    height: 50px;
    text-align: center;
    border-radius: 4px;
    margin: 10px;
    position: fixed;
    bottom: 20px;
    left: 20px;
    transition: background-color .3s;
    z-index: 1000;
  }
  #button:hover {
    cursor: pointer;
    background-color: rgb(0, 0, 0);
  }
  #button:active {
    background-color: #555;
  }
  #button::after {
    content: "\ea41";
    font-family: QuranIPFS;
    font-weight: normal;
    font-style: normal;
    font-size: 2em;
    line-height: 50px;
    color: #fff;
  }
  .sitemap il {
    padding: 20px;
  }
  /*language style*/
.nav-wrapper {
  width: 300px;
  margin: 5px auto;
  text-align: center;
}
  .sl-nav {
  display: inline;
}
.sl-nav ul {
  margin:0;
  padding:0;
  list-style: none;
  position: relative;
  display: inline-block;
}
.sl-nav li {
  cursor: pointer;
  padding-bottom:10px;
}
.sl-nav li ul {
  display: none;
}
.sl-nav li:hover ul {
  position: absolute;
  top:29px;
  right:-15px;
  display: block;
  background: #fff;
  width: 120px;
  padding-top: 0px;
  z-index: 1;
  border-radius:5px;
  box-shadow: 0px 0px 20px rgba(0,0,0,0.2);
}
.sl-nav li:hover .triangle {
  position: absolute;
  top: 15px;
  right: -10px;
  z-index:10;
  height: 14px;
  overflow:hidden;
  width: 30px;
  background: transparent;
}
.sl-nav li:hover .triangle:after {
  content: '';
  display: block;
  z-index: 20;
  width: 15px;
  transform: rotate(45deg) translateY(0px) translatex(10px);
  height: 15px;
  background: #fff;
  border-radius:2px 0px 0px 0px;
  box-shadow: 0px 0px 20px rgba(0,0,0,0.2);
}
.sl-nav li ul li {
  position: relative;
  text-align: left;
  background: transparent;
  padding: 15px 15px;
  padding-bottom:0;
  z-index: 2;
  font-size: 15px;
  color: #3c3c3c;
}
.sl-nav li ul li:last-of-type {
  padding-bottom: 15px;
}
.sl-nav li ul li span {
  padding-left: 5px;
}
.sl-nav li ul li span:hover, .sl-nav li ul li span.active {
  color: #146c78;
}
.sl-flag {
  display: inline-block;
  box-shadow: 0px 0px 3px rgba(0,0,0,0.4);
  width: 15px;
  height: 15px;
  background: #aaa;
  border-radius: 50%;
  position: relative;
  top: 2px;
  overflow: hidden;
}
.flag-ar {
  background-size: cover;
  background-position: center center;
  background-color: green;
}
.flag-fr {
background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAMgAAACFCAMAAAApQEceAAAAFVBMVEX///8AI5XtKTkAC5BsdrXzeIDtFSteNINQAAAAiUlEQVR4nO3PRxEAIAADsDL9S0ZEf1ziIBmttVM7d7YiIiIiIiIiIiIiIiIiIiIiIiIiIiIiIiIiIiIiIiIiIiIiIiIiIiIiIiIiIiIiIiIiIiIiIiIiIiIiIiIiIiIiIiIiIiIiIiIiIiIiIiIiIiIiIiIiIiIiIiIiIiIiIiIiIiIiIiLyaeQBbt9uqjGyZV0AAAAASUVORK5CYIIx3Q==');
  background-size: cover;
  background-position: center center;
}
.flag-en {
  background-size: cover;
  background-position: center center;
  background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAUCAIAAAAC64paAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAAZdEVYdFNvZnR3YXJlAHBhaW50Lm5ldCA0LjAuMTM0A1t6AAABhUlEQVQ4T2Ows82PjGixsc4LD2tysC/09Kjw8622tyuICG8u0w/cpGSCBzF4e1VmZkzw9anOzOj38a4KCW4IC22ECHYk1l9tn4gHMeTlTnZxLikvm+XiUpKW2hvgX+vnV5OVOQEoOGfOtv94AYOzU3Fd7XxHh6Lq6rlurqUx0W0J8Z1AnbW18yotonaYuOJBDBXls4A+bGpaBCTz86YEBtQCvVBSPAPIbY0oP1/aiAcxABU1Ny+2tclvbFjo5FgUF9uenNwNDLnmpkWEnV1TPRcY1O1tS4H6i4umA/0MDK2K8tlAwRqHpP1uoXgQKKraWpcClTY3LQZaCLQ5NaUX5OaWJY3++SeTC/AgBmA4AXUClUJs9ver8fKsAAYEUJCws4G21dXNB1oFdD/Qz8DQTk4C+bm2dn6DZ9bRiDQ8iAEYt8CoBpK5YBIYw0AEEZwSXX4oMB4PYoC6gCzAcDqrjGzEsMfen2xEmbMv1rSTjRi26dqRjShz9o2+6WQjBrSShQSkZAIADvW/HLrLY6cAAAAASUVORK5CYII=');
}
/*icomoon*/
@font-face {
  font-family: 'QuranIPFS';
  src:
    url('fonts/QuranIPFS.ttf?osxu3j') format('truetype'),
    url('fonts/QuranIPFS.woff?osxu3j') format('woff'),
    url('fonts/QuranIPFS.svg?osxu3j#QuranIPFS') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: block;
}

i {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'QuranIPFS' !important;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.fa-facebook-messenger:before {
  content: "\e904";
}
.fa-angle-down:before {
  content: "\e902";
}
.fa-envelope:before {
  content: "\e945";
}
.fa-address-card:before {
  content: "\e976";
}
.fa-user-shield:before {
  content: "\e98f";
}
.fa-gift:before {
  content: "\e99f";
}
.fa-magnet:before {
  content: "\e9ab";
}
.fa-cloud-download-alt:before {
  content: "\e9c2";
}
.fa-cloud-download:before {
  content: "\e9c7";
}
.fa-bookmark:before {
  content: "\e9d2";
}
.fa-bookmarks:before {
  content: "\e9d3";
}
.fa-play:before {
  content: "\ea1c";
}
.fa-circle-up:before {
  content: "\ea41";
}
.fa-sort-amount-up:before {
  content: "\ea4d";
}
.fa-facebook-f:before {
  content: "\ea90";
}
.fa-telegram-plane:before {
  content: "\ea95";
}
.fa-twitter:before {
  content: "\ea96";
}
.fa-pinterest:before {
  content: "\ead1";
}
.fa-headphones:before {
  content: "\e910";
}
.fa-quran:before {
  content: "\e91f";
}
.fa-copy:before {
  content: "\e92c";
}
.fa-globe:before {
  content: "\e9c9";
}
.fa-sort-alpha-down:before {
  content: "\ea48";
}
.bullhorn:before {
  content: "\e91a";
}
.fa-reddit:before {
  content: "\eac6";
}
.fa-search:before {
  content: "\e901";
}
.fa-bars:before {
  content: "\e903";
}
.fa-whatsapp:before {
  content: "\e900";
}

/*icomoon*/